Skip to content

hotfix: fix mkdocs --strict broken link in ADR 0006#10

Merged
matbmeijer merged 1 commit into
mainfrom
hotfix/docs-strict-adr-link
May 10, 2026
Merged

hotfix: fix mkdocs --strict broken link in ADR 0006#10
matbmeijer merged 1 commit into
mainfrom
hotfix/docs-strict-adr-link

Conversation

@matbmeijer
Copy link
Copy Markdown
Contributor

Summary

The new `mkdocs build --strict` gate added in v0.5.1 caught one broken link on first deploy: ADR 0006 referenced `../plans/IMPLEMENTATION_PLAN.md` (a relative link). The file is on local disk but is not tracked in git, so the docs.yml CI checkout has no copy → mkdocs raised a WARNING → strict mode aborted with exit 1.

Result: docs.yml run 25630667456 failed; artiso-ai.github.io/dppvalidator is currently stuck at v0.5.0 content.

The fix is a one-line swap to a GitHub-absolute URL, matching the sibling refs in the same row (`README.md`, `llms.txt`, `.claude/rules/untp-versioning.md`).

Why no version bump

Pure build hygiene; nothing user-visible in the package changes. PyPI `0.5.1` already shipped clean; this only affects the published docs site.

Test plan

🤖 Generated with Claude Code

The previous relative link `../plans/IMPLEMENTATION_PLAN.md` resolved
locally because the file is on disk, but it is not tracked in git, so
the docs.yml CI checkout has no copy and `mkdocs build --strict`
aborted with WARNING. Switch to a GitHub-absolute URL to match the
sibling refs (README.md, llms.txt, .claude/rules/untp-versioning.md).

Resolves the docs.yml failure on commit 06ada77 (post-v0.5.1).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@matbmeijer matbmeijer merged commit bc12012 into main May 10, 2026
20 checks passed
@matbmeijer matbmeijer deleted the hotfix/docs-strict-adr-link branch May 10, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant